* opens a connection to the specified SQLite database
*/
_this.connect = function(){
_this.error = null;
if (!_this.conn){
try {
//allow for files to be relative to the profile directory
if (_this.filepath.indexOf("%profile%") == 0){
var dir = Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path;